home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: FW_CFrame::ActivateFrame()
- Sent: 4/9/96 8:38 AM
- Received: 4/9/96 8:49 AM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >I have had difficulty grabbing foci on a mouse down inside an embedded
- >frame of my part's frame that is "bundled" (user terminology) or "frozen"
- >(OpenDoc terminology). As far as I can tell, I'm not getting a mouse-up
- >event that calls ActivateFrame in this case.
- >
- >So, I manually called ActivateFrame from my DoMouseDown method of my frame
- >class. Grabbing foci is so much more responsive. It looks crisper and
- >faster than waiting for a mouse up. Is it too late to evaluate how this
- >should work for ODF 1.0?
-
- You will see a better handling of activation in ODF Release 1. I was
- playing with a bundled ODFBitmap embedded in an ODFDraw embedded in an
- ODFDraw (all from ODF release 1). When the top ODFDraw is active,
- clicking in the ODFBitmap immediatly activates the second level ODFDraw
- (on MouseDown). I think this is what you want?
-
- .......................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- .......................................................................
-
-